projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79bd123
)
Don't mention papi in options docs
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 24 Feb 2018 06:02:17 +0000
(
01:02
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 25 Feb 2018 02:31:52 +0000
(21:31 -0500)
The papi print backend has been removed.
meson_options.txt
patch
|
blob
|
history
diff --git
a/meson_options.txt
b/meson_options.txt
index 896347e10bf9ae68a37c6e355603922e16a5575a..0c34a1fdbb642e7db6bfc99f5225f8a615917755 100644
(file)
--- a/
meson_options.txt
+++ b/
meson_options.txt
@@
-19,7
+19,7
@@
option('cloudproviders', type: 'boolean', value: false,
description : 'Enable the cloudproviders support')
# Print backends
-option('print-backends', type : 'string', value : 'cups,
papi
',
+option('print-backends', type : 'string', value : 'cups,
file
',
description : 'Build the specified print backends (comma-separated list, "all", or "none")')
option('colord', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
description : 'Build colord support for the CUPS printing backend')